home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue45 / DCOM / DemoClient / testDemoAutoobju.dfm / testDemoAutoobju.txt
Encoding:
Text File  |  1998-09-16  |  606 b   |  34 lines

  1. object Form1: TForm1
  2.   Left = 310
  3.   Top = 194
  4.   Width = 152
  5.   Height = 139
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Button1: TButton
  16.     Left = 16
  17.     Top = 8
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Button1'
  21.     TabOrder = 0
  22.     OnClick = Button1Click
  23.   end
  24.   object Button2: TButton
  25.     Left = 16
  26.     Top = 40
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Button2'
  30.     TabOrder = 1
  31.     OnClick = Button2Click
  32.   end
  33. end
  34.